
#toursboxes h2 {
    font-size: 3rem;
}

/* #toursboxes h3 {
    font-size: 2.3rem;
} */

#toursboxes img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#toursboxes .floatbox {      
    position: relative;
    bottom: 8rem;
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto -10rem auto;
    background: white;
    padding: 1rem;
}
